﻿* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;
}

.left {
  width: 70%;
}

.right {
  width: 30%;
}

@media screen and (max-width: 983px) {
  .column {
    width: 100%;
  }

  .anchors {
    display: none;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

h3 {
  color: #1a1a1a;
  margin-top: 10px;
}

h2::after {
  background: linear-gradient(to right,
      #1a1a1a 0px,
      #1a1a1a 10px,
      #124e84 10px,
      #124e84 80px);
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px 0 20px 0;
  width: 80px;
}

body {
  background-color: #fefefe;
  background-image: -webkit-repeating-radial-gradient(center center,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1px,
      transparent 1px,
      transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1px,
      transparent 1px,
      transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1px,
      transparent 1px,
      transparent 100%);
  background-image: repeating-radial-gradient(center center,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1px,
      transparent 1px,
      transparent 100%);
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px 6px;
  background-size: 6px 6px;
}

.main-container {
  padding: 0px;
}

.main {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
  overflow: hidden;
  max-height: 500px;
}

.main-bottom {
  background: linear-gradient(to right,
      #1a1a1a 0px,
      #1a1a1a 30px,
      #124e84 30px,
      #124e84 100px);
  display: block;
  content: "";
  height: 5px;
  margin: 0;
  width: 100%;
}

table.more-info {
  cursor: default;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
  border-left: 0;
  border-right: 0;
}

table.more-info thead {
  color: white;
  background: #124e84;
  text-align: left;
}

table.more-info tbody {
  color: #1a1a1a !important;
  font-size: 14px;
}

table.more-info tbody tr td {
  padding: 7.5px !important;
  border-top: 1px solid #dfdfe1;
  border-bottom: 1px solid #dfdfe1;
}

table.more-info tbody tr:nth-child(even) {
  background: #fdfdff;
}

table.more-info tbody tr:nth-child(odd) {
  background: white;
}

table.more-info tbody tr:first-child {
  border-top: 3px solid #1b76c7;
}

table.more-info tbody tr td a {
  color: #1a1a1a;
}

table.more-info tbody tr:hover {
  background: #eeeef0;
}

table.more-info tbody tr td:nth-child(1) {
  width: 30%;
}

table.more-info tbody tr td:nth-child(2) {
  width: 45%;
}

table.more-info tbody tr td:nth-child(3) {
  width: 25%;
}

table.more-info tbody tr td:nth-child(3) a {
  text-decoration: none;
}

.fa-mobile {
  margin-right: 7.5px !important;
  text-decoration: none;
  color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .list-phone {
    display: none;
  }

  table.more-info tbody tr td:nth-child(1) {
    width: 30% !important;
  }

  table.more-info tbody tr td:nth-child(2) {
    width: 60% !important;
  }

  table.more-info tbody tr td:nth-child(3) {
    width: 10% !important;
  }

  .fa-mobile {
    margin-left: auto !important;
    margin-right: auto !important;
    text-decoration: none;
    color: #1a1a1a;
  }
}

.more-info {
  background-color: #eeeef0;
  border: 1px solid #dfdfe1;
  padding: 10px;
}

.hero {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.1s, visibility 0.1s ease-in;
}

.hero img {
  display: inline-block;
  transition: all 0.5s;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.hero img:hover {
  transform: scale(1.15);
}

ul.hero {
  list-style-type: none;
  background: #fdfdff;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
}

ul.hero li:not(:first-child) {
  border-top: 0;
}

ul.hero li {
  padding: 7.5px 7.5px 7.5px 10.5px;
  border: 1px solid #dfdfe1;
  color: #1a1a1a;
}

ul.hero a {
  text-decoration: none !important;
  color: #1a1a1a;
  transition-duration: 0.25s;
}

ul.hero a:hover {
  padding-left: 7.5px;
  filter: brightness(1.75);
}

ul.hero i {
  margin-right: 7.5px;
  font-size: 12px;
  vertical-align: 0.5px;
}

#coffee {
  padding-top: 90px;
  margin-top: -90px;
}

#dining {
  padding-top: 90px;
  margin-top: -90px;
}

#accomodations {
  padding-top: 90px;
  margin-top: -90px;
}

#rentals {
  padding-top: 90px;
  margin-top: -90px;
}

#attractions {
  padding-top: 90px;
  margin-top: -90px;
}

.caption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  font-style: italic;
}